-
Notifications
You must be signed in to change notification settings - Fork 303
don't wipe build environment before building opam in install step of OCaml easyblock #3443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't wipe build environment before building opam in install step of OCaml easyblock #3443
Conversation
|
@boegelbot please test @ jsc-zen3 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2346159739 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 5 out of 5 (5 easyconfigs in total) edit: this was using EasyBuild 4.9.x-develop, with RPATH disabled |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 5 out of 5 (5 easyconfigs in total) edit: also without RPATH |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 5 out of 5 (5 easyconfigs in total) edit: with RPATH, proving that this indeed fixes #3247 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
(created using
eb --new-pr)Calling
load_fake_modulewithpurge=Trueimplies wiping the build environment, and resetting it to what it was whenebwas started.That's especially problematic when EasyBuild is configured to use RPATH linking, since the RPATH wrappers that EasyBuild puts in place are then no longer used...
fixes #3247